All Questions
Tagged with xslt-list-view-web-partlist-view-web-part
8 questions
2votes
0answers
161views
Adding a ListViewWebpart to the Pagelayout.html/.aspx
I've been trying to add a ListViewWebpart to a page layout without success for some days now. I am using a SharePoint 2013 Standard Server with enabled publishing features. I also use the Oslo ...
1vote
0answers
586views
Is it possible to edit list views or add xslt without SharePoint Designer?
Is it possible to edit list views or add xslt without SharePoint Designer? SP Designer is blocked, but I have visual studio. I noticed I can see the "advanced edit" portions of the AllItems page, but ...
0votes
1answer
3kviews
Cant add list view webpart through XML
I'm trying to add a listview webpart to my default page of my sandboxed solution for SharePoint 2013 in Office 365. I'm using a ONET file to define my webtemplate based on the STS template. Among ...
15votes
5answers
15kviews
Add Document Library XsltListViewWebPart using CSOM or web services
How to add a document library XsltListViewWebPart (or list view web part) on page using CSOM with SP2013 when we do not want to use the in-built view with "Name, Modified, Modified By" fields? Custom ...
6votes
4answers
2kviews
Search in List view on publishing page layout
UPDATE after trying the OOTB list app: I have a strange issue with placing a list view web part on a publishing page layout. The searchbox is displaying, but when I search it does not load any ...
3votes
2answers
2kviews
XsltListViewWebPart forgetting current web when being rendered on Layouts page
I'm adding a very simple XsltListViewWebPart to an application page. Like so: XsltListViewWebPart lvWebPart = new XsltListViewWebPart { ChromeType = PartChromeType.None, ListUrl = "/somesite/list" }; ...
2votes
3answers
2kviews
Pass a SharePoint list item value to a ListViewWebPart query
I'm stuck with the following Problem: The Task: I do have a custom SharePoint form which displays an entry from one of my SharePoint lists. On that Form I am using a ListViewWebPart to show the ...
3votes
1answer
3kviews
2007 ListViewWebPart to 2010 XSLTListViewWebPart
After migrating from SharePoint 2007 to 2010 we found a few issues in the migrated document libraries, some styles were looking wierd and the biggest problem is that the "Add New Item" button is not ...